(logo)  Starting AWeb

From the Workbench

You can start AWeb by a double-click on its icon.

AWeb can be specified as default tool in a project icon. You can use extended selection (shift-click) to select one or more project icons. AWeb will load the projects selected as local documents.

In addition, AWeb supports the following tool types:

URL=url_or_filename
Specify this tool type one or more times to open these documents when AWeb is started. If you specify a local filename, use the LOCAL tool type too.

LOCAL
If this tool type is present, the names in the URL tool types will be interpreted as local file names, rather than network URLs. This tool type is not needed if you select documents by their project icon, as mentioned above.

CONFIG=settings_filename
Use this file as settings file instead of the default, AWeb.prefs. If the file doesn't exist, some default settings are used. Saving the settings will save to this file name.

HOTLIST=hotlist_filename
Use this file as AWeb's hotlist instead of the default, AWeb.hotlist. If the file doesn't exist, it will be created the first time you add an entry to the hotlist.

From the Shell

You can start AWeb from the Shell (or the CLI).
Format:
AWeb [url_or_filename]... [ LOCAL ] [CONFIG settings_filename] [HOTLIST hotlist_filename]

Template:
URL/M,LOCAL/S,CONFIG/K,HOTLIST/K
The documents in the URL argument are loaded when AWeb starts. If the LOCAL argument is present, the names will be interpreted as local file names, rather than network URLs.

The file in the CONFIG argument will be used as settings file instead of the default, AWeb.prefs. If the file doesn't exist, some default settings are used. Saving the settings will save to this file name.

The file in the HOTLIST argument will be used as AWeb's hotlist instead of the default, AWeb.hotlist. If the file doesn't exist, it will be created the first time you add an entry to the hotlist.